diff options
| author | St33v <github@f3rr3t.com> | 2020-03-01 17:52:26 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2020-03-01 17:52:26 +1100 |
| commit | 24ffb7078cd35c3c8ee615581096c693adb06904 (patch) | |
| tree | 534e843e7bbc5db093f8f82913e624206b66caba /[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer | |
| parent | 572af48b45a4e4317d70ba4e2b3b274d480ba26e (diff) | |
Systemd timer and service
Diffstat (limited to '[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer')
| -rw-r--r-- | [Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer b/[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer new file mode 100644 index 0000000..c4caec0 --- /dev/null +++ b/[Unit] Description=Borg Backup Timer Requires=borgBackup.service [Timer] WakeSystem=false OnBootSec=3min OnCalendar=0/collectCovidPlaneData.timer @@ -0,0 +1,12 @@ +[Unit] +Description=Timer to collect aeroplane flight info +Requires=collectCovidPlaneData.service + +[Timer] +WakeSystem=false +OnBootSec=3min +OnCalendar=0/1:00:00 +RandomizedDelaySec=3min + +[Install] +WantedBy=timers.target
\ No newline at end of file |
